application: Revert the leak plug
authorEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 18 Jun 2010 13:26:05 +0000 (14:26 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 18 Jun 2010 13:26:05 +0000 (14:26 +0100)
commit2755b93913027a0325f40ed9215e9063aecacfe4
tree559f1e4b22ac635f0837ce41d94731fa1ffdbf37
parent3e1b82336c50e22bd7b888bdb1ff9fd3a66bfaf4
application: Revert the leak plug

The &s in the signature of a GVariant means "pass me a pointer". To
avoid repeating the same mistake, use a const gchar* to declare the
key.
gtk/gtkapplication.c